 - getProp("OBJ", "QUERY TYPE=x")
 - getProp("OBJ", "QUERY TYPE=x PACKAGE=y")
returns all objects of type x separated with spaces
x can be texture, sound, mesh, font, actor (all actors placed in map), pawn (all pawns placed in map), object (all loaded resources), enum (all enum variables), camera (opened cameras/viewports list)

 - getProp("Obj", "packages class=x")
returns list of all packages which contain resources of class x separated with commas

 - getProp("Obj", "Groups Class=x Package=y")
returns list of groups containing resources of class x in package y separated with commas

 - getProp("Enum", "x")
returns elements of enumeration x in form:
number " - " name
separated with commas


 - getProp("actor", "properties")
returns properties of selected actor(s) with datatypes
 - getProp("actor", "levelproperties")
returns level properties
 - SetProp("Actor", "Properties", "x")
set properties of selected actor(s)
 - SetProp("Actor", "LevelProperties", "x")
set level properties
Syntax is:
type [space] variable [equals] value
If type is enumeration, syntax is:
"BYTE." enumName [space] variable [equals] valueNumber " - " valueName


 - getProp("MESH", "NumAnimSeqs Name=x")
returns animations count in mesh x

 - getProp("MESH", "AnimSeq Name=x Num=y")
returns animation name number y in mesh x


 - getProp("Script", "x")
returns script of class x

 - getProp("CLASS", "PACKAGE CLASS=x")
returns package of class x


 - getProp("Polys", "SelectedSetFlags")
returns enabled flags of selected surface(s)

 - getProp("Polys", "SelectedClearFlags")
returns disabled flags of selected surface(s)

 - getProp("Polys", "NumSelected")
returns selected polygons count